home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 1
/
SPACE - Library 1 - Volume 1.iso
/
misc~1
/
30
/
pcbatch
/
param.bat
< prev
next >
Wrap
DOS Batch File
|
1986-12-04
|
491b
|
14 lines
REM This is to tell you what parameters are set when you call a batch file.
REM It also shows you what is set after an input line.
echo off
input input text:
echo a=%:a b=%:b c=%:c
echo d=%:d e=%:e f=%:f
echo g=%:g h=%:h i=%:i
echo j=%:j k=%:k l=%:l
echo m=%:m n=%:n o=%:o
echo p=%:p q=%:q r=%:r
echo s=%:s t=%:t u=%:u
echo v=%:v w=%:w x=%:x
echo y=%:y z=%:z